home *** CD-ROM | disk | FTP | other *** search
- /*
- File: TMP_GlobalVar.c
-
- Contains: Our global variable. This is only used for non-68K builds. In order
- to work on Mac OS 8, this variable needs to be global so that all address
- spaces know how to clone from a control stream.
-
- */
-
- #ifndef __TMP_CONFIG__
- #include "TMP_Config.h"
- #endif
-
- #if !GENERATING68K
- MyGlobal gTMPGlobal = { 0 };
- #endif
-